- /**
- * Custom hooks for [[...path]].page.tsx component
- *
- * This module exports navigation and routing hooks that were extracted
- * from the main page component to improve maintainability and testability.
- */
- export { useSameRouteNavigation } from '../use-same-route-navigation';
- export { useShallowRouting } from '../use-shallow-routing';
|